We don't support non-core profiles.
https://bugzilla.gnome.org/show_bug.cgi?id=741946
g_return_if_fail (GDK_IS_GL_CONTEXT (context));
g_return_if_fail (!priv->realized);
- g_return_if_fail (priv->profile == GDK_GL_PROFILE_3_2_CORE);
enabled = !!enabled;
{
GdkGLContextPrivate *priv = gdk_gl_context_get_instance_private (context);
+ g_return_if_fail (GDK_IS_GL_CONTEXT (context));
+ g_return_if_fail (!priv->realized);
+
compatible = !!compatible;
priv->forward_compatible = compatible;